home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / games1 / guess110.zip / GUESSME.BAT next >
DOS Batch File  |  1993-04-02  |  3KB  |  53 lines

  1. cls
  2. @echo off                          
  3. echo                          GUESS MY NUMBER VERSION 1.10
  4. echo                         Compiled For VGA Graphics Only
  5. echo                        Programmed by Brad L. Christensen
  6. echo.
  7. echo This program is copyrighted, but is distributed as shareware limited to a 21
  8. echo day trial basis.  After 21 days, you must register your copy with the Author.  
  9. echo You are authorized to distribute this program freely as long as the following 
  10. echo guidelines are strictly adhered to:
  11. echo.
  12. echo    #1.  This program must be distributed in its entirety, to include the 
  13. echo         following 4 programs, and must be done so free of charge:
  14. echo.        
  15. echo              GUESSME.BAT            OBJ1.EXE
  16. echo              ORDER.FRM              OBJ2.EXE
  17. echo.             
  18. echo    #2.  You MUST NOT alter ANY of the files included with this program.
  19. echo.
  20. echo    #3.  After 21 days you must register your copy to continue using it.
  21. echo         To Register, PRINT out the file ORDER.FRM and send $5.00 to:
  22. echo.
  23. echo                                Brad L. Christensen
  24. echo                                2960 S. Winston Dr.
  25. echo                                WVC, UT  84120
  26. pause        
  27. cls
  28. echo    #4.  Violation of articles 1, 2, or 3, constitutes copyright violation.
  29. echo.
  30. echo If You Register Your Copy Of GUESS MY NUMBER, I'll Send You A Pre-Registered
  31. echo Copy Of Another Share-Ware Game From On-Target Computing (Specify Disk Size).
  32. echo.
  33. echo                       G A M E   I N S T R U C T I O N S
  34. echo.
  35. echo 1.  Your First Entry Screen Lets You Choose The Maximum Number In The Guessing
  36. echo     Range.  Use The UP And DOWN Cursors To Change The Value (Value Changes In
  37. echo     Steps of 25, And Can Range From 25 To 9900).  When You Have The Maximum 
  38. echo     Number That You Desire, Press ENTER.
  39. echo. 
  40. echo 2.  The Computer Develops Its "Secret" Number Between 0 And The Number Which
  41. echo     You Entered In Screen One.
  42. echo.
  43. echo 3.  The Second Screen Is The Guessing Screen.  The UP And DOWN Cursors Allow
  44. echo     You To Change Your Guess By Steps Of 25.  The LEFT And RIGHT Cursors Allow
  45. echo     You To Change Your Guess By Steps Of 1.  When You Have Selected A Number
  46. echo     You Wish To Enter As A Guess, Press ENTER.
  47. echo.
  48. echo 4.  The Computer Will Tell You If Your Guess Was High Or Low, So Continue
  49. echo     Guessing Until You Guess The Computer's "Secret" Number.  Be Careful,
  50. echo     The Computer Keeps Track Of How Many Guesses It Takes You To Get It.
  51. pause
  52. obj1.exe
  53.